hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
HipVertexArrayObject.getVAO
hip
hiprenderer
vertex
HipVertexArrayObject
Receives a struct and creates a VAO based on its member types and names.
class
HipVertexArrayObject
static
HipVertexArrayObject
getVAO
(
T
)
(
)
if
(
is
(
T
== struct)
)
Meta
Source
See Implementation
hip
hiprenderer
vertex
HipVertexArrayObject
constructors
this
functions
appendAttribute
bind
createIndexBuffer
createVertexBuffer
sendAttributes
setIndices
setVertices
unbind
updateIndices
updateVertices
static functions
getVAO
putQuadBatchIndices
variables
EBO
VAO
VBO
dataCount
hasIndexInitialized
hasVertexInitialized
infos
isBonded
stride
Receives a struct and creates a VAO based on its member types and names.